home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / demo / Inner < prev    next >
Encoding:
Text File  |  1986-10-03  |  104 b   |  6 lines

  1. (*
  2.  * Compute the inner product of two vectors.
  3.  *)
  4. DEF Inner AS 
  5.    trans | EACH * END | INSERT + END;
  6.